projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
243dfff
)
(rmail-get-new-mail): Run rmail-after-get-new-mail-hook.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 27 Feb 1996 22:41:49 +0000
(22:41 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 27 Feb 1996 22:41:49 +0000
(22:41 +0000)
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index ffb016917ea59fd044c93d847e84dc4c733721c4..a8efb765c133bc726d239f4483ed179e83390d17 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-943,6
+943,7
@@
It returns t if it got any new messages."
;; Move to the first new message
;; unless we have other unseen messages before it.
(rmail-show-message (rmail-first-unseen-message))
+ (run-hooks 'rmail-after-get-new-mail-hook)
t))
;; Don't leave the buffer screwed up if we get a disk-full error.
(rmail-show-message)))